home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / hinted / hinted32.dfm / hinted32.txt
Text File  |  1996-09-15  |  1KB  |  72 lines

  1. object Form_HintEditor: TForm_HintEditor
  2.   Left = 231
  3.   Top = 146
  4.   BorderStyle = bsDialog
  5.   Caption = 'MB Hint Editor'
  6.   ClientHeight = 115
  7.   ClientWidth = 226
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 5
  19.     Top = 6
  20.     Width = 215
  21.     Height = 81
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object MemoHint: TMemo
  26.       Left = 8
  27.       Top = 8
  28.       Width = 200
  29.       Height = 65
  30.       Font.Color = clBlack
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ParentFont = False
  35.       TabOrder = 0
  36.       OnKeyDown = MemoHintKeyDown
  37.     end
  38.   end
  39.   object ButtonOK: TBitBtn
  40.     Left = 36
  41.     Top = 92
  42.     Width = 75
  43.     Height = 20
  44.     Caption = 'OK'
  45.     Default = True
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ModalResult = 1
  51.     ParentFont = False
  52.     TabOrder = 1
  53.   end
  54.   object ButtonCancel: TBitBtn
  55.     Left = 116
  56.     Top = 92
  57.     Width = 75
  58.     Height = 20
  59.     Cancel = True
  60.     Caption = 'Abbruch'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ModalResult = 2
  66.     ParentFont = False
  67.     TabOrder = 2
  68.     OnClick = ButtonCancelClick
  69.     NumGlyphs = 2
  70.   end
  71. end
  72.